'Declaration Public Function New( _
ByVal layoutWidthШирина текста макета.As System.Nullable(Of Single), _
ByVal layoutHeightВысота текста макета.As System.Nullable(Of Single), _
ByVal ParamArray paragraphsПараграфы.() As TextParagraph _
)
public FormattedText(
System.Nullable<float> layoutWidth,
System.Nullable<float> layoutHeight,
params TextParagraph[] paragraphs
)
public: FormattedText(
System.Nullable<float> layoutWidth,
System.Nullable<float> layoutHeight,
params TextParagraph*[]* paragraphs
)
public:
FormattedText(
System.Nullable<float> layoutWidth,
System.Nullable<float> layoutHeight,
... array<TextParagraph^>^ paragraphs
)
Parameters
- layoutWidth
- Ширина текста макета.
- layoutHeight
- Высота текста макета.
- paragraphs
- Параграфы.